/*初始化样式*/
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #009b4c;
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}




.wh {
    width: 1200px;
    margin: 0 auto;
}


.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}



.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.wh1748 {
    max-width: 1778px;
    margin: 0 auto;
    padding: 0 15px;
}


.top2 {
    height: 83px;
    background: #fff;
}

.top2a {
    justify-content: flex-start;

}

.top2a .logotext {
    font-size: 13px;
    color: #000000;
    background: url(//cdn.myxypt.com/6b6acbbf/21/08/ced02269dff918599e7ae85598634dcb6993c06e.png) no-repeat left center;
    padding-left: 14px;
    height: 41px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 14px;
}

.top2b1 {
    font-size: 29px;
    font-weight: normal;
    color: #006ab2;
}


/* 导航样式 */

.x-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 45.48%;
}

.x-menu>li {
    position: relative;
    flex: 1;
}

.x-menu>li>a {
    display: block;
    font-size: 16px;
    color: #323232;
    white-space: nowrap;
    line-height: 83px;
    height: 83px;
    text-align: center;
}

.x-menu>li:hover>a {
    background-color: #0587d5;
    color: #fff;
    /* border-bottom: 3px solid #68ff00; */
}

.x-menu>li.active>a {}

.x-menu>li:after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    /*height: 40px;*/
    opacity: 0;
    top: 100%;
}

.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0%;
    top: 83px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu>li {
    /* padding: 0 0.9rem; */
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #666666;
    line-height: 2.6;
}

.x-sub-menu>li>a:hover {
    background: #0587d5;
    color: #fff;

}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
    display: none;
}




.ss {
    position: relative;
    margin-left: 1.2vw;
}

.ss .ss-btn {
    cursor: pointer;
    line-height: 83px;
}

.ss #formsearch {
    position: absolute;
    right: 0;
    top: 83px;
    z-index: 999;
    display: none;
    width: 259px;
}

.ss #formsearch input {
    line-height: 30px;
    height: 30px;
    border: none;
    outline: none;
}

.ss #formsearch #keyword {
    width: 183px;
    padding-left: 10px;
}

.ss #formsearch #s_btn {
    width: 50px;
    background: #0662d0;
    color: #fff;
    text-align: center;
    padding: 0;
}



.wh1500 {
    max-width: 1530px;
    padding: 0 15px;
    margin: 0 auto;
}




.h-ss {
    box-shadow: 0 0 10px #e0e0e0;
    z-index: 999;
    margin-top: -2em;
    position: relative;
    background: #fff;
    padding: 25px 25px;
}

.h-ss .k1 {
    float: left;


    font-size: 12px;
    line-height: 1;
    color: #787878;
}

.h-ss .k1 a {
    color: #787878;
}

.hts {
    font-size: 12px;
    line-height: 1;
    color: #787878;
    float: right;

}

.hts a {
    color: #787878;
    margin: 0 5px;
}


@media(max-width: 992px) {
    body {
        padding-top: 60px;
    }
}


@media(max-width: 767px) {
    .x-banner .owl-carousel .owl-dots button.owl-dot {
        width: 10px;
        height: 10px;
    }
}




.index-title h3 {
    font-size: 1.9rem;
    color: #333333;
}

.index-title a.more {
    font-size: 0.92rem;
    font-weight: normal;
    color: #8f8f8f;
    padding-right: 34px;
    background: url(//cdn.myxypt.com/6b6acbbf/21/08/6df49082c93bb510299d33649608c27d5205f21c.png) no-repeat right center;
}



.p1 {
    margin-top: 3.2rem;
    padding-bottom: 4.5rem;
}

.p1a {
    margin-top: 1.7rem;
}

.p1a li {
    flex: 1;
    border: solid 1px #bfbfbf;
    transition: all ease .3s;
}

.p1a li.on {
    background-color: #0587d5;
    border: 1px solid #0587d5;
}

.p1a li.on a {
    color: #fff;

}

.p1a li+li {
    margin-left: 5px;
}

.p1a li a {
    display: block;
    font-size: 1.09rem;
    line-height: 2.3rem;
    color: #808080;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p1-tab {
    margin-top: 3.65rem;
}

.p1b ul {
    justify-content: flex-start;
}

.p1b ul li {
    width: 22.6%;
    margin-right: 3.2%;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.75rem;
    position: relative;
}

.p1b ul li::after {
    content: "";
    width: 100%;
    height: 4px;
    background: #0587d5;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all ease .3s;
}

.p1b ul li:nth-child(4n) {
    margin-right: 0;
}

.p1b ul li:nth-last-child(-n+4) {
    /*margin-bottom: 0;*/
}

.p1b ul li a {
    display: block;
}

.p1b ul li a div.img {
    overflow: hidden;
}

.p1b ul li a div.img img {
    width: 100%;
    transition: all ease .8s;
}

.p1b ul li a h3 {
    font-size: 1.01rem;
    font-weight: normal;
    color: #000000;
    position: absolute;
    width: 100%;
    padding: 0 2%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    bottom: -1.4rem;
    text-align: center;
}

.p1b ul li:hover a div.img img {
    transform: scale(1.1);
}

.p1b ul li:hover::after {
    opacity: 1;
}

.p1b ul li:hover a h3 {
    color: #0587d5;
}

@media(max-width: 768px) {
    .p1a li {
        flex: initial;
        width: 48%;
        margin-bottom: 2%;
    }

    .p1a li+li {
        margin-left: 0;
        margin-bottom: 2%;
    }

    .p1-tab {
        margin-top: 2rem;
    }

    .p1b ul {
        justify-content: space-between;
    }

    .p1b ul li {
        width: 48%;
        margin: initial;
        margin-bottom: 4%;
    }

    .p1b ul li:nth-last-child(-n+4) {
        margin-bottom: 4%;
    }
}

@media(max-width: 767px) {
    .index-title h3 {
        font-size: 2.4rem;
    }

    .index-title a.more {
        font-size: 16px;
        background-size: 19% auto;
        padding-right: 27px;
    }

    .p1a li a {
        font-size: 14px;
        line-height: 2.8rem;
    }

    .p1b ul li {
        width: 49%;
    }

    .p1b ul li a h3 {
        font-size: 14px;
    }
}






.p2a1,
.p2a2 {
    width: 50%;
    position: relative;
}

.p2a1 .img {
    height: 100%;
}

.p2a1 .img img {
    width: 100%;
    height: 100%;
}

.p2a1 .cont {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 5.5rem 1rem 1rem 10.4rem;
    left: 0;
    top: 0;
    z-index: 9;
}

.p2a1 .cont h3 {
    font-size: 1.4rem;
    color: #f6f5fc;
    margin-bottom: 8px;
}

.p2a1 .cont h4 {
    font-size: 1.44rem;
    color: #f6f5fc;
    margin-bottom: 1.2rem;
}

.p2a1 .cont p {
    font-size: 16px;
    font-weight: normal;
    color: #f6f5fc;
    line-height: 1.875;
}

.p2a1 .cont a.more {
    width: 150px;
    line-height: 44px;
    background-color: #ffffff;
    border-radius: 21.5px;
    font-size: 16px;
    font-weight: normal;
    color: #434343;
    text-align: center;
    display: block;
    margin-top: 2rem;
}

.p2a2 {
    overflow: hidden;
}

.p2a2 img {
    width: 100%;
    height: 100%;
}

.p2a2 .p2pagination {
    position: absolute;
    bottom: 1.85rem;
    text-align: center;
    z-index: 9;
}

.p2a2 .p2pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border: solid 1px #ffffff;
    border-radius: 50%;
    background: initial;
    opacity: 1;
    margin: 0 0.5rem;
}

.p2a2 .p2pagination .swiper-pagination-bullet-active {
    background-color: #ffffff;
}



.p3 {
    border-bottom: 2px solid #e6e6e6;
}

.p3a li {
    flex: 1;
}

.p3a li+li {
    border-left: 4px solid #e6e6e6;
}

.p3a li a {
    display: block;
    text-align: center;
    padding: 1.2rem 0 0.9rem;
}

.p3a li a div.img {
    width: 2.9rem;
    height: 2.9rem;
    border: solid 1px #e6e6e6;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p3a li a div.img img {
    max-width: 100%;
}

.p3a li a .cont h3 {
    font-size: 16px;
    color: #1f2864;
    margin: 0.5rem 0 0.3rem;
}

.p3a li a .cont span {
    font-size: 14px;
    font-weight: normal;
    color: #3d3d3d;
}


@media(max-width: 1600px) {
    .p2a1 .cont {
        padding: 2.5rem 1rem 1rem 2.4rem;
    }
}

@media(max-width: 1440px) {
    .p2a2 .p2pagination {
        bottom: 0.6rem;
    }
}

@media(max-width: 1366px) {
    .p2a1 .cont h3 {
        font-size: 20px;
    }

    .p2a1 .cont h4 {
        font-size: 22px;
    }

    .p2a1 .cont p {
        font-size: 14px;
    }

    .p2a1 .cont a.more {
        width: 100px;
        line-height: 34px;
        font-size: 15px;
    }
}

@media(max-width: 1024px) {
    .p2a1 .cont {
        padding: 1.5rem 1rem 1rem 1.4rem;
    }

    .p2a1 .cont h4 {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .p2a1 .cont a.more {
        margin-top: 1rem;
    }
}

@media(max-width: 768px) {

    .p2a1,
    .p2a2 {
        width: 100%;
    }

    .p2a2 {
        order: 1;
    }

    .p2a1 {
        order: 2;
    }

    .p2a1 .cont h3 {
        margin-bottom: 1rem;
    }

    .p2a1 .cont h4 {
        margin-bottom: 2rem;
    }
}

@media(max-width: 767px) {
    .p2a2 .p2pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .p2a1 {
        background: url(//cdn.myxypt.com/6b6acbbf/21/08/a6dc6b11903f0c795e36eba8b40e578afb34d976.jpg) no-repeat center center;
        background-size: cover;
    }

    .p2a1 .img {
        display: none;
    }

    .p2a1 .cont {
        position: initial;
        padding: 2.5rem 15px;
    }

    .p3 {
        border: none;
    }

    .p3a li {
        flex: initial;
        width: 50%;
        border-bottom: 2px solid #e6e6e6;
    }

    .p3a li:nth-child(3) {
        border-left: none;
    }

    .p3a li+li {
        border-left: 2px solid #e6e6e6;
    }
}




.p4 {
    margin-top: 3.75rem;
}

.p4a {
    margin-top: 2rem;
}

.p4a1 {
    width: 19.667%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.p4a1 li {
    flex: 1;
    background-color: #0587d5;
}

.p4a1 li+li {
    border-top: 1px solid #fff;
}

.p4a1 li a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 24.01px;
    font-weight: normal;
    color: #ffffff;
    position: relative;
}

.p4a1 li.active a::after {
    content: "";
    width: 1.25rem;
    height: 1.45rem;
    background: url(//cdn.myxypt.com/6b6acbbf/21/08/5d4be983820df35b2179695b6f3899e6536e08b7.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(100%);
}

.p4-tab {
    width: 76.8%;
}

.p4-tab {
    position: relative;
}

.p4-tab .p4a2 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    right: 0;
}

.p4-tab .p4a2 {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.p4-tab .p4a2.active {
    position: static;
    opacity: 1;
    visibility: visible;
}


.p4a2 ul {
    align-content: space-between;
}

.p4a2 ul li {
    width: 32.55%;
    margin-bottom: 1.6rem;
}

.p4a2 ul li:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.p4a2 ul li a {
    display: block;
}

.p4a2 ul li a div.img {
    width: 100%;
    position: relative;
}

.p4a2 ul li a div.img>img {
    width: 100%;
}

.p4a2 ul li a div.img .mark {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .54);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all ease .3s;
    z-index: 99;
}

.p4a2 ul li:hover a div.img .mark {
    opacity: 1;
}

.p4a2 ul li a h3 {
    font-weight: 400;
    margin-top: 0.8rem;
}

.p4a2 ul li a h3 em {
    font-size: 18px;
    color: #606060;
    opacity: 0.88;
    font-style: normal;
}

.p4a2 ul li a h3 span {
    font-size: 18px;
    color: #606060;
}

.p4a2 ul li:hover h3 span {
    color: #0587d5;
}

.p4a2 ul li:hover h3 em {
    color: #0587d5;
}


@media(max-width: 768px) {
    .p4a1 {
        width: 100%;
        flex-direction: row;
    }

    .p4a1 li.active a::after {
        display: none;
    }

    .p4a1 li a {
        line-height: 44px;
        font-size: 18px;
    }

    .p4a1 li+li {
        border-top: initial;
        border-left: 1px solid #fff;
    }

    .p4-tab {
        width: 100%;
        margin-top: 4%;
    }
}

@media(max-width: 767px) {
    .p4a1 li a {
        font-size: 15px;
    }

    .p4a2 ul li a h3 em {
        display: none;
    }

    .p4a2 ul li {
        width: 49%;
    }

    .p4a2 ul li a div.img .mark {
        display: none;
    }

    .p4a2 ul li a h3 span {
        width: 100%;
        font-size: 16px;
        text-align: center;
    }

    .p4a1 li.active a {
        font-weight: 700;
    }
}


.p5 {
    background: url(//cdn.myxypt.com/6b6acbbf/21/08/82848d638be64ab931d7dc001356137ea0201e25.jpg) no-repeat bottom center;
    background-size: 100% auto;
    padding-bottom: 1.1rem;
    margin-top: 2.2rem;
}

.p5a {
    padding-top: 3.2rem;
}

.p5a p:nth-of-type(1) {
    font-size: 2.03rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.2rem;
}

.p5a p:nth-of-type(2) {
    font-size: 0.87rem;
    font-weight: normal;
    letter-spacing: 0.05rem;
    color: #ffffff;
}

.p5b {
    width: 49.73%;
    transform: translateX(2.8rem);
}

.p5b img {
    max-width: 100%;
}

@media(max-width: 1600px) {
    .p5 {
        background-size: 100% 85%;
    }

    .p5b {
        transform: initial;
    }
}

@media(max-width: 1440px) {
    .p5a p:nth-of-type(1) {
        font-size: 1.8rem;
    }

    .p5a p:nth-of-type(2) {
        font-size: 0.7rem;
    }
}

@media(max-width: 768px) {
    .p5 {
        background-size: cover;
        padding: 3rem 0;
    }

    .p5a {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .p5b {
        width: 100%;
        text-align: center;
        margin-top: 2rem;
    }
}

@media(max-width: 767px) {
    .p5a p:nth-of-type(2) {
        font-size: 12px;
    }
}



/*c3_index*/
.p6 {
    padding-top: 5rem;
    position: relative;
}

.p6::before {
    content: "";
    width: 84px;
    height: 100%;
    background: url(//cdn.myxypt.com/6b6acbbf/21/08/30a9d0acaea51ded4ff52205c87acb09a47ba8a0.png) no-repeat center -50px;
    position: absolute;
    top: 0;
    right: 16.6rem;
    z-index: -1;
}


.p6>.p6-title {
    font-family: "Arial";
    font-size: 6.01rem;
    color: #ccc9c9;
    opacity: 0.41;
    text-align: center;
}



.p6a li {
    justify-content: flex-end;
    margin-bottom: 6.7rem;
}

.p6a li:last-child {
    margin-bottom: 0;
}

.p6a li a {
    width: 91%;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

.p6a li a {
    align-items: flex-start;
}

.p6a li a .cont {
    width: 41.333%;
    background: url(//cdn.myxypt.com/6b6acbbf/21/08/827161a5c66027f2cac559823ab94cfa97bd8cf7.png) no-repeat center center;
    background-size: cover;
    padding: 2.6rem 11.197% 4.4rem 0;
}

.p6a li a .cont .number-img {
    text-align: right;
    margin-bottom: 1rem;
}

.p6a li a .cont .cont-title {
    text-align: right;
    margin-bottom: 1.5rem;
}

.p6a li a .cont .cont-title h3 {
    font-size: 1.93rem;
    color: #0587d5;
}

.p6a li a .cont .cont-title h3 span {
    color: #434043;
}

.p6a li a .cont .cont-title p {
    font-family: 'Arial';
    font-size: 15.44px;
    color: #c9c9cf;
    margin-top: 0.5rem;
}

.p6a li a .cont .conta {
    flex-direction: column;
    justify-content: space-between;
    align-content: flex-end;
}

.p6a li a .cont .conta .cont-info {
    justify-content: flex-end;
    width: 86.2%;
    margin-bottom: 1.6rem;
}

.p6a li a .cont .conta .cont-info:last-child {
    margin-bottom: 0;
}

.p6a li a .cont .conta .cont-info h3 {
    font-size: 0.83rem;
    color: #434043;
}

.p6a li a .cont .conta .cont-info p {
    flex: 1;
    font-size: 14.2px;
    line-height: 22.25px;
    color: #909090;
}

.p6a li a .img {
    width: 57.3%;
    transform: translateY(-3.5rem);
}

.p6a li a .img img {
    width: 100%;
}


.p6a li:nth-child(even) {
    justify-content: flex-start;
}

.p6a li:nth-child(even) a {
    flex-direction: row-reverse;
}


.p6a li:nth-child(even) a .cont {
    padding: 2.6rem 4.1rem 2.6rem 11.3%;
}

.p6a li:nth-child(even) a .cont .number-img {
    text-align: left;
    margin-bottom: 2rem;
}

.p6a li:nth-child(even) a .cont .cont-title {
    text-align: left;
}

.p6a li:nth-child(even) a .cont .conta {
    align-content: flex-start;
}

@media(max-width:1600px) {
    .p6a li a {
        width: 95%;
    }

    .p6a li a .cont {
        padding: 2.6rem 4.197% 4.4rem 0;
    }

    .p6a li:nth-child(even) a .cont {
        padding: 2.6rem 1rem 2.6rem 5.5%;
    }

    .p6::before {
        right: 10.6rem;
        background: url(//cdn.myxypt.com/6b6acbbf/21/08/30a9d0acaea51ded4ff52205c87acb09a47ba8a0.png) no-repeat center top;
        background-size: 100% 80%;
    }
}


@media(max-width:1366px) {
    .p6a li a .cont {
        padding: 1.6rem 6.8% 1.4rem 0;
    }

    .p6a li a .cont .cont-title {
        margin-bottom: 0.8rem;
    }

    .p6a li:nth-child(even) a .cont {
        padding: 1.6rem 1rem 1.6rem 6.6%;
    }
}

@media(max-width:1024px) {
    .p6::before {
        right: 5.6rem;
        width: 58px;
    }

    .p6a li a .img {
        width: 57.927%;
        transform: translateY(-1rem);
    }

    .p6a li a .cont {
        width: 40.88%;
    }
}



@media(max-width:768px) {
    .p6 {
        padding: 4rem 15px;
    }

    .p6>.p6-title {
        font-size: 3rem;
    }

    .p6::before {
        display: none;
    }

    .p6a li a {
        flex-wrap: wrap;
        width: 100%;
    }

    .p6a li a .img {
        transform: translateY(0);
    }

    .p6a li a .img {
        width: 100%;
    }

    .p6a li a .cont {
        width: 100%;
        padding: 2.4rem 20px;
    }

    .p6a li a .cont .number-img {
        text-align: left;
    }

    .p6a li a .cont .cont-title {
        text-align: left;
    }

    .p6a li a .cont .conta {
        align-content: flex-start;
    }

    .p6a li {
        margin-bottom: 1.7rem;
    }
}


@media(max-width:767px) {
    .p6a li a .cont .number-img img {
        width: 14%;
    }

    .p6a li a .cont .conta .cont-info {
        width: 100%;
    }

    .p6a li a .cont .conta .cont-info h3 {
        font-size: 16px;
        line-height: 1.6;
    }

    .p6a li a .cont .cont-title p {
        font-size: 13px;
    }
}


.p7a {
    width: 87.65%;
    margin: 3.1rem auto 0;
    position: relative;
}

.p7-swiper {
    width: 92.5%;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px;
}

.p7-swiper li a {
    display: flex;
    height: 101px;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    transition: all ease .3s;
}

.p7-swiper li a img {
    max-width: 100%;
}

.p7-swiper li:hover a {
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
}


.p7prev {
    width: 3.1rem;
    height: 3.15rem;
    background: rgba(5, 135, 213, .7) url(//cdn.myxypt.com/6b6acbbf/21/08/a80858f273ff50fe04ac9ace140cdfb0f1c89b9e.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    cursor: pointer;
    border-radius: 50%;
    outline: none;
}

.p7next {
    width: 3.1rem;
    height: 3.15rem;
    background: rgba(5, 135, 213, .7) url(//cdn.myxypt.com/6b6acbbf/21/08/9e086cd2780d09b0532c8f6135db72b0ec6e4601.png) no-repeat center center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    cursor: pointer;
    border-radius: 50%;
    outline: none;
}

@media(max-width: 1440px) {
    .p7a {
        width: 97.65%;
    }
}

@media(max-width: 768px) {
    .p7-swiper {
        width: 83.5%;
    }
}

@media(max-width: 767px) {
    .p7a {
        margin-top: 0;
    }

    .p7next {
        background-size: 26% auto;
    }

    .p7prev {
        background-size: 26% auto;
    }

    .p7-swiper li a img {
        max-width: 70%;
    }
}




.c4 {
    padding-top: 70px;
    background: #f2f2f2;
    padding-bottom: 100px;
    margin-top: 3.8rem;
}

.c4 .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}

@media (max-width: 500px) {
    .c4 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}


@media (max-width: 500px) {
    .c4 .wh1500 {
        margin-top: 20px;
    }
}

.c4 .wh1500 .list2 {
    margin-top: 2.85rem;
    position: relative;
}

.c4 .wh1500 .list2 .slick-dots {
    text-align: center;
    margin-top: 4.8%;
    height: 10px;
    line-height: 10px;
}

.c4 .wh1500 .list2 .slick-dots li {
    font-size: 0;
    border-radius: 100px;
    display: inline-block;
    border: none;
    outline: none;
    width: 10px;
    height: 10px;
    background: #999999;
    margin: 0 10px;
    vertical-align: middle;
}

.c4 .wh1500 .list2 .slick-dots li button {
    visibility: hidden;
}

.c4 .wh1500 .list2 .slick-dots li.slick-active {
    background: #0587d5;
}

.c4 .wh1500 .list2 li {
    margin: 0 15px;
    outline: none;
}

.c4 .wh1500 .list2 li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.c4 .wh1500 .list2 li a .img {
    overflow: hidden;
}

.c4 .wh1500 .list2 li a .img img {
    width: 100%;
    transition-duration: .3s
}

.c4 .wh1500 .list2 li:hover a .img img {
    transform: scale(1.1);
}

.c4 .wh1500 .list2 li a .zi {
    position: absolute;
    border-bottom: 8px solid #0587d5;
    background: #fff;
    z-index: 11;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 11.9% 8% 0;
}

.c4 .wh1500 .list2 li a .zi .time {
    font-weight: 600;
    font-size: 34px;
    font-family: arial;
    color: #333333;
}

.c4 .wh1500 .list2 li a .zi .time span {
    font-size: 20px;
    color: #666666;
    font-weight: 500;
    padding-left: 20px;
}

.c4 .wh1500 .list2 li a .zi h3 {
    font-size: 18px;
    color: #333333;
    line-height: 1;
    margin-top: 9%;
    margin-bottom: 12%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 400;
}

.c4 .wh1500 .list2 li a .zi dd {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.c4 .wh1500 .list2 li a .zi .ck {
    display: block;
    color: #fff;
    font-size: 16px;
    padding-left: 20%;
    text-align: center;
    height: 36px;
    line-height: 44px;
    background: url(//cdn.myxypt.com/6b6acbbf/21/08/7590e0a8a7d40f27df5819e59aaf9b068823404f.png) 0 78% no-repeat #0587d5;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: -100%;
    opacity: 0;
    transition-duration: .3s;
}

@media (min-width: 1200px) {
    .c4 .wh1500 .list2 li a:hover .zi {
        background: none;
    }

    .c4 .wh1500 .list2 li a:hover .zi .time {
        color: #fff;
    }

    .c4 .wh1500 .list2 li a:hover .zi .time span {
        color: #fff;
    }

    .c4 .wh1500 .list2 li a:hover .zi h3 {
        color: #fff;
    }

    .c4 .wh1500 .list2 li a:hover .zi dd {
        color: #fff;
    }

    .c4 .wh1500 .list2 li a:hover .zi .ck {
        opacity: 1;
        left: 0;
    }
}



.p8 {
    background: #333333;
    padding-top: 3.6rem;
}









.p8a1 .link {
    margin-top: 1.3rem;
    width: 173px;
    height: 36px;
    border: solid 1px #959595;
    position: relative;
}

.p8a1 .link h2 {
    line-height: 36px;
    font-size: 15px;
    padding-left: 14px;
    color: #959595;
    background: url(//cdn.myxypt.com/6b6acbbf/21/08/c641e3a819c17b86181fdef358b8735e596e2f7f.png) no-repeat 139px 50%;
    font-weight: 400;
}

.p8a1 .link dd {
    position: absolute;
    bottom: 34px;
    left: 0;
    width: 100%;
    background: #fff;
    line-height: 41px;
    display: none;
}

.p8a1 .link dd a {
    display: block;
    padding-left: 10px;
    font-size: 14px;
    color: #333;
}

.p8a1 .link:hover dd {
    display: block;
}


.p8a2 {
    width: 41.8%;
    margin-right: auto;
    margin-left: 7.6rem;
}


.p8a2 .tel {
    font-size: 2.1rem;
    font-weight: 700;
    color: #959595;
    margin-bottom: 1.4rem;
}

.p8a2a1 {
    width: 255px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.p8a2a1 li {
    width: 50%;
}

.p8a2a1 li a {
    font-size: 16.15px;
    color: #959595;
    line-height: 2.3;
    transition: all ease .3s;
}

.p8a2a1 li a span {
    font-size: 17.07px;
    font-weight: 100;
    color: #959595;
    margin-right: 8px;
}

.p8a2a1 li:hover a span {
    color: #0587d5;
}

.p8a2a1 li:hover a {
    color: #0587d5;
}

.p8a2a2 {
    font-size: 16.15px;
    line-height: 36px;
    color: #959595;
}

.p8a2a2 a {
    color: #959595;
}

.p8a3 {
    justify-content: flex-end;
}

.p8a3 .ewm+.ewm {
    margin-left: 1rem;
}

.p8a3 .ewm img {
    width: 100%;
}

.p8a3 p {
    font-size: 15px;
    color: #959595;
    margin-top: 10px;
    text-align: center;
}

.copyright {
    border-top: 1px solid #959595;
    margin-top: 3rem;
    padding: 14px 0 2.5rem;
    font-size: 14px;
    color: #959595;
    line-height: 1.6;
}

.copyright a {
    color: #959595;

}
.p8b1 p {
    display: inline-block;
}
.p8b1 p img{
    width:80px;
    height: 22px;
}

.page-product-inquiry a {
    color: #fff;
}

@media(max-width: 1024px) {
    .p8a2 {
        margin-left: 2rem;
        width: 45.8%;
    }

    .p8a3 {
        width: 27%;
        justify-content: space-between;
    }

    .p8a3 .ewm+.ewm {
        margin-left: 0;
    }

    .p8a3 .ewm {
        width: 30%;
    }

    .p8a3 p {
        font-size: 12px;
    }

    .p8a2a1 {
        width: 211px;
    }

    .p8a2a1 li a {
        font-size: 14px;
    }

    .p8a2a2 {
        font-size: 14px;
        line-height: 39px;
    }
}

@media(max-width: 767px) {
    .p8a1 {
        width: 100%;
        text-align: center;
    }

    .p8a2 {
        width: 100%;
        margin-left: 0;
        margin-top: 1.2rem;
    }

    .p8a2a2 {
        line-height: 26px;
    }

    .p8a2 .tel {
        margin-bottom: 0;

    }

    .p8a3 {
        width: 100%;
        margin-top: 4%;
    }

    .p8a3 p {
        font-size: 14px;
    }

    .p8b1 {
        text-align: center;
        width: 100%;
    }

    .copyright {
        font-size: 14px;
    }

    .p8b2 {
        text-align: center;
        width: 100%;
    }
}




/*手机底部*/
@media (max-width:768px) {
    .db {
        display: block !important;
    }
}


.dbb {
    height: 50px;
}

/* 页脚 */
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #000;
}

.footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 30px;
    padding: 10px 0;
    font-size: 0;
}

.footer ul li.active {
    background: #000;
}

.footer ul li a {
    display: block;
    color: #fff;
}

.footer ul li .iconfont {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.footer ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
}


.footer li .icon-home {
    background: url(//cdn.myxypt.com/6b6acbbf/21/08/73b359a043a364df005573baeef30748ba95a6d4.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-home2 {
    background: url(//cdn.myxypt.com/6b6acbbf/21/08/3de84cd658b0ea451fbbae79fb261c1144d99a0f.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-phone {
    background: url(//cdn.myxypt.com/6b6acbbf/21/08/2114ecc981340089fb9136c2206a460613c115a6.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-contact {
    background: url(//cdn.myxypt.com/6b6acbbf/21/08/4a72ec7608188ab435fe232698507a8d20700261.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-phone:before {
    font-size: 0;
}

.footer ul li a {
    border-left: 1px solid #fff;
}

.footer ul li:nth-child(1) a {
    border: none;
}

.flogo{
    text-align:center;
}